Logged

Creates a variable which is always logged whenever modified.

Constructors

this
this(T initial, string name)
Undocumented in source.

Members

Functions

opAssign
auto opAssign(T value, string f, size_t l)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(T value, string f, size_t l)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
auto opUnary(string f, size_t l)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(T value, string f, size_t l)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

val
T val;
Undocumented in source.

Meta